-
Notifications
You must be signed in to change notification settings - Fork 32
🎨Director-v0: Pass headers on /manifests call to let the registry know we accept all manifest versions #8241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8241 +/- ##
===========================================
- Coverage 88.08% 66.74% -21.34%
===========================================
Files 1861 759 -1102
Lines 71706 35457 -36249
Branches 1301 175 -1126
===========================================
- Hits 63161 23666 -39495
- Misses 8154 11734 +3580
+ Partials 391 57 -334
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
00fc41f to
8a667bc
Compare
|



What do these changes do?
#8240 was missing the addition of headers when calling /manifests endpoints. this materialized when accessing from local development stack to master.
Related issue/s
How to test
Dev-ops